home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / dskut / fix402s.zip / X2TABS.BAT < prev   
DOS Batch File  |  1994-04-01  |  314b  |  12 lines

  1. @echo off
  2. if not ~%1 == ~ goto fixit
  3.     echo.
  4.     echo Utility:  X2TABS.BAT - Performs special edit using FIX.COM.
  5.     echo Purpose:  Replaces each horizontal tab with 2 horizontal tabs.
  6.     echo Syntax:   X2TABS  [d:][path]FILENAME  [d:][path][outfile]
  7.     echo.
  8.     goto end
  9. :fixit
  10.     @ echo on
  11. fix 09h 0909h %1 %2
  12. :end